home *** CD-ROM | disk | FTP | other *** search
-  Time (time string) -> Time
- Pg 18-6
-
- time string string Time for which to return number of seconds
-
-
- Time returns the time specified by time string. The time string parameter must follow the HH:MM:SS format and be in 24-hour time.
-
-
- The following example displays an alert box with the message, "1:00 P.M. = 13 hours 0 minute."
-
- ALERT ("1:00 P.M. = " + String (Time ("13:00:00"); 4))
-
-
-
- See also:  ALERT,  Date,  String
-
-